how to install office2019

  1. Windows10

    install Office Deployment Tool.

    create a configuration.xml file from here.

    next, open an elevated command prompt, go to the folder where you saved the tool and the configuration.xml file, and type these command:

    .\setup.exe /download configuration.xml
    .\setup.exe /configure configuration.xml
    

    next, go to the folder where office installed, type these command:

    cscript ospp.vbs /sethst:yourkmshost
    cscript ospp.vbs /act
    
  2. macOS Mojave

    install Office 2019 for Mac.

    install Microsoft_Office_2019_VL_Serializer.pkg from google, you can use SuspiciousPackage to inspect the pkg.

    next, open a terminal, rearrange you icons:

    defaults write com.apple.dock ResetLaunchPad -bool TRUE;killall Dock